﻿* {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr,
dl,
dd,
select,
option,
input {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
}

.mengban {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

a {
    text-decoration: none !important;
}

input,
textarea {
    outline: none;
}

video {
    width: 100%;
}

.menu-nav {
    transition: all .3s;
}

.border-none {
    border: none !important;
}

.block {
    display: block;
}

.none {
    display: none !important;
}

.xs-show {
    display: none !important;
}

.no-margin {
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.cor-md-1 {
    width: 100% !important;
}

.cor-md-2 {
    width: 47% !important;
    margin: 1.5% !important;
}

.cor-md-3 {
    width: 30.333333% !important;
    margin: 1.5% !important;
}

.cor-md-4 {
    width: 22% !important;
    margin: 1.5% !important;
}

.cor-md-5 {
    width: 17% !important;
    margin: 1.5% !important;
}

.cor-md-6 {
    width: 13.666666% !important;
    margin: 1.5% !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.flex {
    display: flex;
    flex-wrap: wrap;

}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;

}

.align-items-start {
    align-items: flex-start;

}

.align-items-end {
    align-items: flex-end;

}

.align-items-baseline {
    align-items: baseline;

}

.align-items-stretch {
    align-items: stretch;

}

.no-wrap {
    flex-wrap: nowrap;

}

.text-indent {
    text-indent: 2em;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

.enlarge,
.shadow,
.up,
.rotate {
    transition: all .8s !important;
}

.enlarge:hover {
    transform: scale(1.1);
}

.up:hover {
    transform: translateY(-10px);
}

.shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;

}

.shadow:hover .img {
    transform: scale(1.1);
}

.shadow:hover .pro-img {
    transform: scale(1.1);
}

ul li:hover .rotate {
    transform: rotateY(360deg);
}

.img-box {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100%
}

.img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all .6s;
}

/*img {
    max-width: 100%;
}*/

ul li {
    list-style-type: none;
}

header {
    width: 100%;
    transition: top .3s;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    border: 1px solid #c8cbcd;
    padding: 6px 0;
}

header.active {
    top: 0;
}

.header-right {
    width: 660px;
}

.list-unstyled {
    display: flex;
    justify-content: space-between;
    width: 160px;

}

.list-unstyled>li {
    width: 60px;
    text-align: center;
    position: relative;
}
.phc-search {width:440px;margin-right:10px;margin-left:10px;  padding-top:5px; float:left; text-align:left; position:relative; z-index:5}
.phc-search .search-form { height:32px; padding:0; margin:0; line-height:32px; overflow:hidden}
.phc-search .search-form .search-input { width:360px; background: url(index2.png) no-repeat 3px center; border:1px solid #0068b7 !important; padding-left:25px;margin:0; color:#999; font-size:12px; height:32px; line-height:32px; float:left; display:block !important;}
.phc-search .search-form .submit-btn { width:80px; height:34px; margin:0; border:0; padding-top:0; color:#fff; font-family:'Microsoft Yahei'; font-size:14px; background:#0068b7; cursor:pointer; float:left}
.phc-search .search-hot { padding-top:6px}
.phc-search .hot-item { color:#999}
.phc-search .hot-item:hover { text-decoration:underline;}
.list-unstyled>li>a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: #555555;
    font-weight: normal;
    font-style: normal;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-align: center;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-unstyled>li>a:hover {
    color: #495e5f;
    font-weight: bold;
}

.hover-ul {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid #eee;
    display: none;
}

.hover-ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border: 1px solid transparent;
}

.hover-ul>li>a {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    display: block;
    padding: 0 7px;
}

.hover-ul>li>a:hover {
    background-color: #5b7677;
    color: #fff;
}


.main-menu-wrapper::-moz-scrollbar {
    width: 0px;
}

.main-menu-wrapper::-webkit-scrollbar {
    width: 0px;
    -moz-appearance: none !important;
}

.main-menu-wrapper::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.main-menu-wrapper {
    width: 80%;
    min-width: 140px;
    max-width: 500px;
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -moz-transition: transform 0.3s ease-out 0s;
    -webkit-transition: transform 0.3s ease-out 0s;
    -ms-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
    z-index: 9999;
    position: fixed;
    left: auto;
    right: 0;
    background: #5b7677;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
}

.main-menu-wrapper.mm-opened {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: transform 0.3s ease-out 0s;
    -webkit-transition: transform 0.3s ease-out 0s;
    -ms-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}

.main-menu-wrapper .mobiclosebtnwrap {
    height: 40px;
    position: relative;
    display: block;

}

.main-menu-wrapper .mobiclosebtn {
    position: absolute;
    display: inline-block;
    right: 80px;
    top: 40px;
}


.main-menu-wrapper ul.menu {
    margin: 0px 80px 0;
}

.main-menu-wrapper ul.menu li.active>a {
    color: #000;
}

.main-menu-wrapper ul.menu li.active>.arr:after {
    border-color: #000;
}

.main-menu-wrapper ul.menu li.active>.arr.active:after {
    border-color: #000;
}

.main-menu-wrapper ul.menu li {
    display: block;
    position: relative;
}

.main-menu-wrapper ul.menu li a {
    font-family: "PT Sans", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    white-space: normal;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 22px 0 22px 0px;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.main-menu-wrapper ul.menu li a.is-active {
    color: #000;
    cursor: initial;
}

.main-menu-wrapper ul.menu li a:hover {
    color: #000;
}

.main-menu-wrapper ul.menu li a:focus {
    text-decoration: none;
}

.main-menu-wrapper ul.menu li .arr {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 75px;
    background: transparent;
    cursor: pointer;
}

.main-menu-wrapper ul.menu li .arr:after {
    width: 14px;
    height: 14px;
    -moz-transform: rotate(133deg);
    -webkit-transform: rotate(133deg);
    -ms-transform: rotate(133deg);
    -o-transform: rotate(133deg);
    transform: rotate(133deg);
    content: '';
    display: inline-block;
    border: 2px solid #fff;
    position: absolute;
    top: 28px;
    right: 8px;
    border-bottom: none;
    border-left: none;
}

.main-menu-wrapper ul.menu li .arr:hover:after {
    border-color: #000;
}

.main-menu-wrapper ul.menu li .arr.active:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    top: 35px;
}

.main-menu-wrapper ul.menu li .arr.active:hover:after {
    border-color: #000;
}

.main-menu-wrapper ul.menu li ul {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 27px 0 0 40px;
    display: none;
}

.main-menu-wrapper ul.menu li ul li {
    margin: 0;
    border: none;
}

.main-menu-wrapper ul.menu li ul li a {
    border: none;
    padding: 0 30px 21px 0px;
    font-size: 20 px;
    line-height: 24px;
}

.main-menu-wrapper ul.menu li ul li .arr {
    height: 40px;
}

.main-menu-wrapper ul.menu li ul li .arr:after {
    top: 0px;
}

.main-menu-wrapper ul.menu li ul li .arr.active:after {
    top: 10px;
}

.main-menu-wrapper ul.menu li ul li ul {
    border: none;
    padding: 0 0 10px 0;
}

.main-menu-wrapper ul.menu li ul li ul li a {
    padding-left: 0px;
    font-size: 20px;
    line-height: 24px;
    border: none;
}

.main-menu-wrapper ul.menu li ul li ul li a:last-child {
    padding-bottom: 15px;
}

.main-menu-wrapper ul.menu li ul li ul li ul {
    padding: 0px 0 5px 20px;
}

.main-menu-wrapper ul.menu li ul li ul li ul li a {
    padding-left: 0px;
    font-size: 18px;
    line-height: 22px;
}


.main-menu-wrapper {
    right: -100%;
    z-index: 999999;
    transition: all .6s;
}

.main-menu-wrapper>a {
    text-align: right;
    display: block;
    padding-right: 80px;
    padding-bottom: 45px;
}

.phone {
    width: 100%;
    background-color: #fff;
    display: none;
}

.phone-ul-img {
    width: 330px;
    height: 100px;
}

.phone-nav #span1 {
    position: relative;
    transition: all .2s;
}

.phone-nav #span2 {
    position: relative;
    transition: all .3s;
}

.phone-flex {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.phone-nav {
    margin-top: 12px;
}

.phone-text {
    color: #5b7677;
    font-size: 20px;
    font-weight: bold;
}

.phone-ul {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    width: 35%;
    text-align: center;
    z-index: 9999999;
}

.phone-ul li {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #eeee;
    line-height: 30px;
    color: #000;
    text-align: center;

}

.phone-ul li a {
    color: #000;
    text-decoration: none !important;
    font-size: 14px;
    display: block;
    width: 100%;
}

.phone-ul li:hover {
    background-color: #5b7677;
    color: ivory;
}

.phone-ul li:hover a {
    color: #fff;
}

.phone span {
    display: block;
    width: 21px;
    height: 7px;
    border-bottom: 3px solid #5b7677;
}

.hot {
    width: 100%;
    height: 64px;
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    border-top: solid 2px #fff;
}

.hot .row div a {
    display: block;
    color: #fff;
    padding: 11px 0;
}

.hot span {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

.hot h6 {
    font-size: 12px;
    line-height: 20px;
}

.view-wecht-icon {
    position: relative;
}

.view-wecht-icon a {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    background: #191919;
}

.view-wecht-icon button {
    position: relative;
    z-index: 2;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.view-wecht-icon input {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    opacity: 0;
}

.view-wecht-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.view-wecht-box .view-wecht {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    margin-top: -150px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    transform: scale(1.2);
    transition: all 0.3s;

}

.view-wecht-box .view-wecht .view-wecht-container {
    padding: 30px;
    font-size: 12px;
}

.view-wecht-box .view-wecht .view-wecht-container .mc {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox {
    margin-bottom: 15px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}

.view-wecht-box .view-wecht .view-wecht-container .textbox span {
    font-family: 'Impact';
    font-size: 14px;
}

.view-wecht-box .view-wecht .view-wecht-container .queren {
    margin: 0 auto;
    width: 130px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: #ea142d;
    border-radius: 5px;
}

.view-wecht-box .view-wecht .view-wecht-container img {
    display: block;
    max-width: 150px;
    margin: 2% auto;
}

.view-wecht-box.active {
    visibility: visible;
    opacity: 1;
}

.haoma {
    width: 100%;
    background-color: #f5f5f5;
    position: fixed;
    left: 0;
    bottom: 62px;
    z-index: 999999;
    overflow: hidden;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.haoma a,
.haoma .quxiao {
    display: block;
    background-color: #fff;
    line-height: 44px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.haoma .quxiao {
    margin-top: 6px;
    border-top: 1px solid #ddd;
}

.haoma .quxiao:hover,
.haoma a:hover {
    background: #ddd;
}

.foot-bbj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}

.big-banner {
    margin-top: 108px;
}

.big-banner .banner1-phone {
    display: none;
}

.big-banner .swiper-button-prev {
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    width: 45px;
    height: 60px;
    background-color: rgba(0, 0, 0, .6);
}

.big-banner .swiper-button-next {
    width: 45px;
    height: 60px;
    background: url(../images/index-09038_03.png) no-repeat center center;
    outline: none;
    transform: rotate(180deg);
    background-color: rgba(0, 0, 0, .6);
}

.big-banner .banner1 {
    padding-top: 41.7%;
}

.big-banner .banner1-img {
    background: url(images/文字1.png) no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.big-banner .banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 45px;
    z-index: 1;
    width: 100%;
    font-size: 0;
}

.big-banner .banner .swiper-pagination span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
    background-color: transparent;
}

.big-banner .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin: 0 4px;
    background-color: #fff;
}

.big-banner {
    position: relative;
}

.big-banner .txt {
    font-size: 60px;
    color: #fff;
    line-height: 100px;
    position: absolute;
    top: 53.5%;
    right: 18.5%;
    transform: translate(0, -50%);
    text-align: right;
    font-family: "华文细黑";



}

.big-banner .txt p {
    text-shadow: 5px 5px 5px #000;
}

@font-face {
    font-family: "华文细黑";
    /*字体名称*/
    src: url ('../css/whxh.ttf');
    /*字体源文件*/
}

.big-banner .txt img {
    margin-top: -13%;
}

.big-banner .txt .p1 {
    margin-right: 3em;
}

.big-banner .txt .p3 {
    font-size: 48px;
}

.public-title {
    text-align: center;
    padding: 35px 0;
}

.public-title span {
    font-size: 36px;
    color: #495e5f;
    font-family: "Arial";
    line-height: 52px;
    text-transform: uppercase;
}

.public-title p {
    font-size: 26px;
    color: #131313;
    line-height: 48px;
}





.product-left .img-box {
    padding-top: 56.5%;
}


.product-left {
    width: 65%;
}

.product-left .img-box .frame {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    padding: 0 18px;
    background-color: #7b7c7e;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.product-left>.box {
    display: none;
}

.product-left>.block1 {
    display: block;
}

.product {
    padding-bottom: 35px;
}

.product-right {
    width: 35%;
}

.product-right .one-ul li a {
    line-height: 82px;
    font-size: 20px;
    color: #ffffff;
    padding-left: 20%;
    background-color: blue;
    display: block;
}

.product-right .one-ul li:nth-child(2) {
    margin-top: 4px;
}

.product-right .one-ul li:nth-child(2) a {
    background-color: purple;
}

.product-right .ul-box {
    padding: 20px 35px;
}

.product-right .ul-box .two-ul li {
    margin: 12px 16px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-right .ul-box .two-ul li a {
    width: 130px;
    line-height: 30px;
    display: block;
    border: 1px solid #b5b5b5;
    border-radius: 20px;
    font-size: 16px;
    color: #1e2225;
    text-align: center;
}

.product-right .ul-box .two-ul li a:hover {
    color: #fff;
    background-color: #485e5e;
}

.product-right .ul-box .two-ul .red a {
    color: #fff;
    background-color: #485e5e;
}


.banner2 ul li .frame-txt {
    font-size: 12px;
    color: #ffffff;


    text-align: center;

}

.banner2 ul li .frame-txt>span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.banner2 ul li .frame-txt p {
    border: 1px solid #fff;
    line-height: 36px;
    margin: 0 auto;
    margin-top: 18px;
    font-size: 14px;
}


.banner2 ul li .frame-box {
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 999;
    transition: all .6s;
}

.banner2 ul li:hover .frame-box {
    left: 0;
}

.banner2 ul li .frame {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.banner2 ul li .frame-txt {
    width: 72%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner2 ul li .frame-txt p {
    padding: 0 10px;
}

.about_m {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    box-shadow: -37px 29px 20px -16px #ebebeb;

}

.about_l {
    border: 1px solid #e5e5e5;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.about_l video {
    width: 955px;
    height: 589px;
}

.about_l .img-box {
    padding-top: 66%;
}

.about_limg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_r {
    width: 49.8%;
    padding: 40px 50px 62px 0;

}

.about_rtb span {
    font-size: 30px;
    color: #131313;
    line-height: 50px;
}

.about_rtb p {
    font-size: 14px;
    color: #131313;
    font-family: "Arial";
    line-height: 30px;
    text-transform: uppercase;
}

.about_rtp {
    font-size: 16px;
    color: #131313;
    line-height: 36px;
    margin-top: 28px;
}

.about_rtp .txt2 {
    margin-top: 15px;
}

.about_rtbtn a {
    display: block;
    width: 164px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin-top: 58px;
    background-color: #485e5e;
    transition: all.6s;
}

.about_rtbtn a:hover {
    background-color: #e0c207;
}

.about {
    position: relative;
}

.quality .banner3 {
    background-color: #ffff;
    padding: 21px;
    box-shadow: 0 0 15px #ececec;
    border: 1px solid #ececec;
    display: block;
}

.quality .banner3 a .img-box {
    padding-top: 50.1%;
}

.quality {
    padding-bottom: 90px;
}

.banner3 {
    position: relative;
}

.banner3 .swiper-button-prev {
    background: url(../images/index_39.png) no-repeat center center;
    outline: none;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid #495e5f;
    position: absolute;
    top: 113%;
    left: 42%;
}

.banner3 .swiper-button-next {
    background: url(../images/index_39.png) no-repeat center center;
    outline: none;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 2px solid #495e5f;
    position: absolute;
    top: 113%;
    right: 42%;
    transform: rotate(180deg);
}

.technology ul li a .img-box {
    padding-top: 79.3%;
}

.technology ul li .frame-txt {
    font-size: 12px;
    color: #ffffff;


    text-align: center;

}

.technology ul li .frame-txt>span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.technology ul li .frame-box {
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 999;
    transition: all .6s;
}

.technology ul li:hover .frame-box {
    left: 0;
}

.technology ul li .frame {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.technology ul li .frame>img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.technology ul li .frame-txt {
    width: 72%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner ul li .frame-txt p {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 42px;
    margin: 0 auto;
    font-size: 18px;
}

.news-left {
    width: 49%;
}

.news-right {
    width: 49%;
    background-color: #fff;
}

.news-left .txt-box .txt1 span {
    font-size: 18px;
    color: #131313;
    position: relative;
    display: block; height:26px;	
    padding-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-left .txt-box .txt1 span::before {
    display: block;
    content: "";
    width: 39px;
    height: 2px;
    background-color: #485e5e;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-left .img-box {
    padding-top: 54.46%;
}

.news-left .txt-box .txt1 .txtp {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-left .txt-box .txt1 p {
    font-size: 14px;
    color: #485e5e;
    margin-top: 12px;
}

.news-left .txt-box {
    padding: 15px 0;
}

.news-left {

    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.news-left>a {
    padding: 0;
}

.news-left>a .img {
    transition: all .6s;
}

.news-left>a:hover .txt-box .txt1 span {
    color: #485e5e;
}

.news-left>a:hover .img {
    transform: scale(1.1);
}

.news-left .txt-box .txt2 {
    text-align: center;
}

.news-left .txt-box .txt2 span {
    line-height: 38px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}


.news-left .txt-box .txt2 p {
    line-height: 24px;
    font-size: 14px;
    color: #333333;
}

.news-left .txt-box .txt1 {
    width: 76%;
    position: relative;
    padding: 0 15px;
}

.news-left .txt-box .txt2 {
    width: 24%;

}

.news-left .txt-box .txt1::before {
    display: block;
    content: "";
    width: 1px;
    height: 110%;
    background-color: #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.news {
    padding-bottom: 54px;
    position: relative;
}

.news-right ul {
    border: 1px solid #e5e5e5;
}

.news-right ul li a .txt1 span {
    font-size: 18px;
    color: #131313;
    line-height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .6s;
    width: 98%;
}

.news-right ul li a .txt1 p {
    line-height: 36px;
    font-size: 14px;
    color: #485e5e;
    transition: all .6s;
}

.news-right ul li a .txt2 {
    text-align: center;
    position: relative;
}

.news-right ul li a .txt2::before {
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 43%;
    transform: translate(0, -50%);
}

.news-right ul li a .txt2 span {
    line-height: 40px;
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .6s;
    font-weight: bold;
}

.news-right ul li a .txt2 p {
    line-height: 22px;
    font-size: 14px;
    color: #333333;
    transition: all .6s;
}

.news-right ul li a .txt1 {
    width: 80%;
}

.news-right ul li a .txt2 {
    width: 20%;
}

.news-right ul li {
    padding: 29px 0 15px 22px;
    display: block;
    position: relative;
    transition: all .6s;
}

.news-right ul li::before {
    display: block;
    content: "";
    width: 90%;
    height: 1px;
    background-color: #e7e7e7;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    transition: all .6s;
}

.news-right ul li:last-child::before {
    display: none;
}

.news-right ul li:hover {
    background-color: #485e5e;
}

.news-right ul li:hover::before {
    background-color: #485e5e;
}

.news-right ul li:hover a .txt1 span {
    color: #fff;
}

.news-right ul li:hover a .txt1 p {
    color: #fff;
}

.news-right ul li:hover a .txt2 span {
    color: #fff;

}

.news-right ul li:hover a .txt2 p {
    color: #fff;
}

.news>.img1 {
    padding-top: 15.364%;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}





/* 产品轮播 */


.banner2 a .img-box {
    padding-top: 78%;
}

.banner2 {
    margin-top: 8px;
}

.banner2 ul li a {
    display: block;
    transition: all .6s;
    background-color: #fff;
    border: 1px solid #b5b5b5;
}



.banner2 ul li a:hover .img {
    transform: scale(1.1);
}

.banner2 ul li a .frame1 {
    line-height: 38px;
    background-color: #f4f3f3;
    padding: 0 16px;
    font-size: 14px;
    color: #131313;
}


.banner2 ul li a .frame1 .s {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*  */
.home {
    border-bottom: 1px solid #d4d4d4;
    line-height: 49px;
}

.home-left {
    font-size: 14px;
    color: #666666;
}

.home-right a {
    width: 196px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background-color: #495e5f;
    display: block;
}


.technology1>.wrap {
    position: relative;
    padding-bottom: 50px;
}

.technology1 .main-menu-wrapper {
    position: absolute;
    width: 36%;
    top: 0;
    right: 0 !important;
    z-index: 999;
}

.technology .frame-txt p {
    font-size: 18px;
    margin-top: 13px;
}

.technology .main-menu-wrapper>ul.menu {
    margin: 0px 60px 0;
}

.technology .main-menu-wrapper>ul.menu>li>a {
    border: none;
    font-size: 18px;
}

.technology .main-menu-wrapper>ul.menu>li>a.active {
    color: #000;
}

.technology .main-menu-wrapper>ul.menu>li {
    border-bottom: 1px solid #8d9fa0;
}

.technology .main-menu-wrapper ul.menu li ul {
    border: none;
    padding: 5px 0px 5px 22px;
}

.cp-title {
    font-size: 36px;
    color: #000000;
    padding: 42px 0 35px 0;
}

.contact1-txt {
    line-height: 24px;
    font-size: 16px;
}


.contact1 .map {
    width: 100%;
    height: 350px;
    margin-top: 20px;
}

.news-ul li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 2px;
    transition: all .8s;
    padding: 1.5%;
}

.news-ul li:last-child {
    margin: 0;
}

.news-ul li a {
    display: flex;
    color: #333;
}

.news-ul li a .txt {
    width: calc(100% - 230px);
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0 20px;
}

.news-ul li a .txt .txt-bt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-ul li a .txt .txt-bt .t1 {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 79%;
}

.news-ul li a .txt .txt-bt .t2 {
    font-size: 12px;
    line-height: 22px;
}

.news-ul li a .txt .txt-nr {
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.news-ul li a h5 {
    width: 100%;
    text-align: right;
}

.news-ul li a h5 span {
    display: inline-block;
    width: 100px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #5b7677;
    text-align: center;
    transition: 0.5s;
    border-radius: 5px;
}

.news-ul li:hover .img_cover {
    transform: scale(1.1);
}

.news-ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 5px #999;
}

.news-ul li:hover a .txt-bt .t1 {
    color: #495e5f;
}

.news-ul li:hover h5 span {
    background-color: #495e5f;
    color: #fff;
}

.news-ul .img_cover {
    padding-top: 66%;
    transition: all .8s;
}

.news-ul li a .pic {
    width: 230px;
    position: relative;
    overflow: hidden;
}

.cp-left {
    width: 61%;
}

.quality-fy {
    margin-bottom: 50px;
}

.news-show {
    width: 100%;
}

.news-show img {
    max-width: 100%;
    height: auto;
    margin: 5px auto;
}


.news-show .txt-bt {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 20px 0 12px 0;

}

.news-show .txt-date {
    font-size: 13px;
    color: #333;
    text-align: center;
}

.news-show .txt-nr {
    line-height: 28px;
    font-size: 13px;
    color: #333;
    padding: 0 0 0 0;
}

.news-show .txt-nr img {
    max-width: 100%;
    height: auto;
    margin: 5px auto;
}

.news-show1 .txt-nr {

    padding: 12px 0 0 0;
}

.news-show1 .txt-bt {

    padding: 0 0 12px 0;

}

footer {
    background-color: #333;
}

/* 底部导航 */

.footer-nav ul li a {
    font-family: 微软雅黑;
    font-size: 16px;
    color: rgb(255, 255, 255);
}


.footer-nav ul {
    display: flex;
    padding: 20px;
    padding: 35px 0;
}

.footer-nav ul .footer-li-none {
    border: none;
}

.footer-nav ul li {
    position: relative;
    padding-right: 80px;
}

.footer-nav ul li::before {
    display: block;
    content: "";
    width: 2px;
    height: 17px;
    background-color: #eceeee;
    right: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.footer-nav ul li:last-child::before {
    display: none;
}

.footer-nav ul li a:hover {
    border-bottom: 1px solid #fff;
}

/*  */
.foo-title span {
    font-size: 16px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.footer-left .txt {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 20px;
}

.footer-left .txt p {
    line-height: 40px;
}

.footer-right .qr-box {
    margin-top: 30px;
}

.footer-right .qr {
    text-align: center;
}

.footer-right .qr2 {
    margin-left: 36px;
}

.footer-right .qr p {
    font-size: 12px;
    color: #ffffff;
    margin-top: 13px;
}

footer {
    position: relative;
    padding-bottom: 30px;
	width:100%;
	overflow:hidden;
}

footer .foo-box {
    margin-top: 50px;
}

footer>img {
    position: absolute;
    left:0;
    top: 27%;
}

.footer-buttom {
    margin: 0 auto;

    color: #fff;
    font-size: 14px;
    padding: 12px 0;
}

.footer-buttom a {
    color: #FFFFFF
}


.topcaidan{ width:100%; height:60px; background: url(bj_04.jpg) 50% 50% / cover no-repeat; }
.top-nav ul li a { font-family: "Microsoft Yahei"; font-size: 16px; color: rgb(255, 255, 255);}
.top-nav ul { display: flex; padding: 20px; padding: 20px 0; width:1200px; margin: 0 auto;}
.top-nav ul .footer-li-none { border: none;}
.top-nav ul li { position: relative; width:171.4px; text-align:center;}
.top-nav ul li::before { display: block; content: ""; width: 2px; height: 17px; background-color: #eceeee; right:0; top: 50%; transform: translate(-50%, -50%); position: absolute;}
.top-nav ul li:last-child::before { display: none;}
.top-nav ul li a:hover { border-bottom: 1px solid #fff;}


@media (max-width:1200px) {

    .container,
    .footer-content,
    .wrap {
        max-width: 96% !important;
    }






}

@media (max-width:1862px) {
    .about_l video {
        width: 900px;
        height: 568px;
    }
}

@media (max-width:1742px) {
    .about_l video {
        width: 836px;
        height: 545px;
    }
}

@media (max-width:1629px) {
    .about_l video {
        width: 784px;
        height: 545px;
    }
}

@media (max-width:1538px) {
    .about_l video {
        width: 740px;
        height: 545px;
    }
}

@media (max-width:1439px) {
    .about_l video {
        width: 706px;
    }
}

@media (max-width:1362px) {
    .about_l video {
        width: 658px;
    }
}

@media (max-width:991px) {
    header {
        display: none;
    }

    .xs-block {
        display: block;
    }

    .xs-show {
        display: block !important;
    }

    .xs-hide {
        display: none !important;
    }

    .xs-pa-20 {
        padding: 20px 0 !important;
    }

    .xs-ma-20 {
        margin: 20px 0 !important;
    }

    .xs-pa-to-20 {
        padding-top: 20px !important;
    }

    .xs-pa-bo-20 {
        padding-bottom: 20px !important;

    }

    .xs-ma-to-20 {
        margin-top: 20px !important;
    }

    .xs-ma-bo-20 {
        margin-bottom: 20px !important;

    }

    .cor-xs-1 {
        width: 100% !important;
    }

    .cor-xs-2 {
        width: 47% !important;
        margin: 1.5% !important;
    }

    .cor-xs-3 {
        width: 30.333333% !important;
        margin: 1.5% !important;
    }

    .cor-xs-4 {
        width: 22% !important;
        margin: 1.5% !important;
    }

    .cor-xs-5 {
        width: 17% !important;
        margin: 1.5% !important;
    }

    .cor-xs-6 {
        width: 13.666666% !important;
        margin: 1.5% !important;
    }

    .main-menu-wrapper {
        width: 100%;
    }

    .main-menu-wrapper ul.menu {
        margin: 0px 30px;
    }

    .main-menu-wrapper ul.menu li a {
        font-family: "PT Sans", sans-serif;
        font-size: 18px;
        line-height: 26px;

        padding: 20px 33px 20px 0px;

    }

    .main-menu-wrapper .mobiclosebtnwrap {
        height: 30px;
        position: relative;
        display: block;
    }

    .main-menu-wrapper>a {
        text-align: right;
        display: block;
        padding-right: 30px;
        padding-bottom: 10px;
    }

    .main-menu-wrapper>a img {
        max-width: 7%;
    }

    .banner .swiper-pagination span {
        display: none;
    }

    .big-banner {
        margin-top: 0;
    }

    .big-banner .banner1-phone {
        display: block;
        padding-top: 53%;
    }

    .big-banner .banner1 {
        display: none;
    }

    .big-banner .txt {
        font-size: 20px;
        color: #fff;
        line-height: 28px;
        position: absolute;
        top: 25%;
        right: 5%;
        text-align: right;
        transform: translate(0, 0);
    }

    .big-banner .txt img {
        margin-top: -7%;
    }

    .big-banner .txt .p3 {
        font-size: 18px;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-next {
        display: none;
    }

    /* 搜索手机 */

    .search {
        padding: 20px 0;
    }

    .search .screen dl dt {
        width: 118px;
    }

    .search-right {
        width: 100%;
        margin-top: 15px;
    }

    .search-right form {
        width: 100%;
    }

    .search-right form input:nth-child(1) {
        width: 80%;
    }

    .search-right form input:nth-child(2) {
        width: 20%;
    }

    .search .screen dl {
        padding: 0;
    }

    /*  */

    .phone {
        display: block;
        position: relative;
        z-index: 99;
        left: 0;
        top: 0;
        background-color: #ffff;
        border: 1px solid #eee;
    }

    .phone img {
        max-width: 72%;
        justify-content: space-between;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .mobile-header {
        display: block;
    }

    .mobile-header ul {
        margin-left: 80%;
    }

    .certificate {
        padding-bottom: 20px;
    }


    .banner2 ul li a .frame1 {
        line-height: 36px;
        background-color: #f4f3f3;
        padding: 0 14px;
        font-size: 14px;
        color: #131313;
    }

    /* 产品中心手机结束 */
    .public-title span {
        font-size: 18px;
        line-height: 26px;
        text-transform: uppercase;
    }

    .public-title p {
        font-size: 16px;
        line-height: 26px;
    }

    .public-title {
        text-align: center;
        padding: 18px 0;
    }

    .product-left {
        width: 100%;
    }

    .product-right {
        width: 100%;
        margin-top: 20px;
    }

    .product-right .ul-box .two-ul li a {
        width: 101px;
        line-height: 28px;
        border-radius: 20px;
        font-size: 14px;

    }

    .product-right .ul-box {
        padding: 6px 10px;
    }

    .product-right .ul-box .two-ul li {
        margin: 12px 1px;
        padding: 0 5px;

    }

    .product-right .one-ul li a {
        line-height: 60px;
        font-size: 18px;
        padding-left: 20%;

    }

    .product {
        padding-bottom: 20px;
    }

    .about_l {
        width: 100%;
        border: 1px solid #e5e5e5;
        background-color: #FFFFFF;
        margin: 0 auto;
        text-align: center;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .about_l video {
        width: 100%;
        height: 260px;
    }

    .about_r {
        width: 100%;
        padding: 16px;
        background-color: #FFFFFF;
        margin-top: 0;
    }

    .about_rtb {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
    }

    .about_r {
        margin: 0;
    }

    .about_rtg {
        width: 25px;
        height: 2px;
        margin: 6px 0;
    }


    .about_rtp {
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #353535;
        overflow: hidden;
        line-height: 23px;
        margin-top: 13px;
    }

    .about_rtb span {
        font-size: 18px;
        color: #131313;
        line-height: 28px;
    }

    .about_rtb p {
        font-size: 12px;
        line-height: 18px;
    }

    .about_rtbtn a {
        display: block;
        width: 99px;
        line-height: 30px;
        font-size: 14px;
        margin-top: 16px;

    }

    .about {
        padding-bottom: 0px;
    }

    .quality .banner3 {
        padding: 15px;


    }

    .quality {
        padding-bottom: 0px;
    }

    .news-left {
        width: 100%;
    }

    .news-left .txt-box .txt1 span {
        font-size: 16px;
        padding: 0;

    }

    .news-left .txt-box .txt1 .txtp {
        line-height: 21px;
        font-size: 13px;
        color: #666666;
        margin-top: 5px;

    }

    .news-left .txt-box {
        padding: 10px 0;
    }

    .news-left .txt-box .txt1 p {
        font-size: 14px;
        color: #485e5e;
        margin-top: 5px;
    }

    .news-left .txt-box .txt1 span::before {
        display: none;
    }

    .news-right {
        width: 100%;
        background-color: #fff;
    }

    .news-right ul li {
        padding: 10px 0;
        display: block;
        position: relative;
    }

    .news-right ul li a .txt1 {
        padding: 0 10px;
    }

    .news-right ul li a .txt1 span {
        font-size: 16px;
        color: #131313;
        line-height: 28px;

    }

    .news-right ul li a .txt1 p {
        line-height: 26px;
        font-size: 14px;
        color: #485e5e;
    }

    .news-right ul li a .txt2 span {
        line-height: 34px;
        font-size: 20px;

    }

    .news-right {
        margin-top: 16px;
    }

    .news-right ul li a .txt2 p {
        line-height: 20px;
        font-size: 14px;
        color: #333333;
    }

    .news {
        padding-bottom: 20px;
        position: relative;
    }

    .technology .main-menu-wrapper ul.menu li a {
        font-size: 16px;
        padding: 10px 0px 10px 0px;
    }

    .technology .main-menu-wrapper ul.menu li .arr {
        position: absolute;
        top: 50%;
        right: 0;
        width: 40px;
        height: 63px;
        background: transparent;
        cursor: pointer;
        transition: tr;
    }

    .cp-title {
        display: none;
    }

    .home-right a {
        width: 111px;
        line-height: 38px;
        text-align: center;
        color: #fff;
        background-color: #495e5f;
        display: block;
    }

    .technology .main-menu-wrapper {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        left: 0 !important;
    }

    .technology .main-menu-wrapper .mobiclosebtnwrap {
        height: 0px;

    }

    .technology>.wrap {
        position: relative;
        padding-bottom: 0;
    }

    .technology .main-menu-wrapper ul.menu {
        margin: 0px 20px 0;
    }

    .pro-title {
        position: relative;
        background-color: #495e5f;
        padding: 5px 0px;
        width: 100%;
        margin-top: 20px;
    }

    .pro-title-click-ul {
        display: none;
    }

    .pro-title:before {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        bottom: 0;
    }

    .pro-title .t1 {
        line-height: 38px;
        font-size: 26px;
        color: #fff;
        font-weight: bold;
    }


    .pro-title .t2 {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        line-height: 26px;
        font-family: "微软雅黑";
    }

    .pro-title .txt {
        margin-left: 13px;
    }

    .pro-title-t2-span1 {
        display: none;
    }


    .pro-title>div {
        display: block;
    }

    .pro-title .t1 {
        width: 100%;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding: 8px 10px;
        align-items: center;
        line-height: 26px;
    }

    .pro-title .txt {
        margin-left: 0;
    }

    .contact1 .map {
        height: 250px;
        margin-top: 16px;
    }

    .news-ul li {
        margin-bottom: 15px;
    }

    .news-ul li a .pic {
        width: 130px;
    }

    .news-ul li a .txt {
        padding: 0 0 0 10px;
        width: calc(100% - 130px);
    }

    .news-ul li a .txt .txt-bt .t1 {
        font-size: 15px;
    }

    .hidden-xs {
        display: none !important;
    }

    .news-ul li a h5 span {
        display: none;
    }

    .news-ul li a .txt .txt-nr {
        font-size: 12px;
    }

    .cp-left {
        width: 100%;
        margin-top: 18px;
    }

    .quality-fy {
        margin-bottom: 20px;
    }

    .contact1 {
        margin-top: 20px;
    }

    .technology {
        padding-bottom: 20px;
    }

    .technology .main-menu-wrapper ul.menu li .arr {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 76px;
        background: transparent;
        cursor: pointer;
    }

    .main-menu-wrapper {

        box-shadow: 0 0 0 #fff;
    }

    footer {
        padding: 0;
    }

    footer>.wrap {
        display: none;
    }

    .footer-nav {
        display: none;
    }

    footer>img {
        display: none;
    }

    .footer-content {
        display: none;
    }

    .footer-buttom {
        padding: 20px 22px 23px 22px;
        font-size: 13px;
        text-align: center;
    }

    .footer-buttom a {
        font-size: 13px;
    }

    .footer-phone {
        background-color: #fff;
    }

    .footer-phone form {
        padding: 0 30px 0 30px;
    }

    .footer-phone form input {
        width: 100%;
        margin-bottom: 20px;
        height: 40px;
    }

    .footer-phone form .int2 {
        height: 80px;
    }

    .footer-phone form .int3 {
        background-color: #d9534f;
        color: #fff;
        border: none;
        outline: none;
    }

    .footer-phone form .int3:hover {
        background-color: #d43f3a;
    }


    .footer-phone form {
        display: block;
        border: 1px solid #fff;
    }

    .footer-phone-two {
        display: none;
    }

    .footer-phone form input {
        border: 1px solid #dcdcdc;
    }

}

